class initializer造句
例句與造句
- The specified member is a class initializer
指定的成員是類初始值設定項。 - A class initializer is invoked and throws an exception
調用類初始值設定項并引發(fā)異常。 - The class initializer threw an exception
類的初始化函數(shù)引發(fā)一個異常。 - The constructor is a class initializer
構造函數(shù)是類初始值設定項。 - When a class initializer fails to initialize a type , a
當類初始值設定項初始化類型失敗時,將創(chuàng)建一個 - It's difficult to find class initializer in a sentence. 用class initializer造句挺難的
- The following example demonstrates using the base class initializer
下面的示例說明使用基類初始值設定項。 - The constructor on each derived class is using its base class initializer
每個派生類的構造函數(shù)都使用其基類的初始值設定項。 - The exception that is thrown as a wrapper around the exception thrown by the class initializer
作為類初始值設定項引發(fā)的異常的包裝而引發(fā)的異常。 - Is created and passed a reference to the exception thrown by the type s class initializer . the
,并向其傳遞對由該類型的類初始值設定項引發(fā)的異常的引用。